stylepropertyimpl: Remove double assignment
authorTimm Bäder <mail@baedert.org>
Thu, 14 Jul 2016 19:09:25 +0000 (21:09 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 20 Aug 2016 07:54:44 +0000 (09:54 +0200)
gtk/gtkcssstylepropertyimpl.c

index 3fd98d7577f171c0334f9dc5b7aacf39b8ffa3e5..9fd506a0ca1cc2ff5fb1d9a15649202f1065a0a7 100644 (file)
@@ -263,7 +263,7 @@ static GtkCssValue *
 font_family_assign (GtkCssStyleProperty *property,
                     const GValue        *value)
 {
-  const char **names = g_value_get_boxed (value);
+  const char **names;
   GtkCssValue *result;
   GPtrArray *array;